home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Concept 7
/
CD Concept 07.iso
/
pc
/
skfiles
/
sk.bak
< prev
Wrap
Text File
|
1995-03-09
|
236b
|
14 lines
@echo off
if "%1"=="" goto error
rem ***** place movie titles below!
:loop
sksample.exe %1 %2 %3
if errorlevel 1 goto end
skintro.exe %1 %2 %3
if errorlevel 1 goto end
goto loop
:error
@echo this requires a command!
:end